home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Language/OS - Multiplatform Resource Library
/
LANGUAGE OS.iso
/
oper_sys
/
mach
/
amiga
/
scsi9091.lzh
/
cache.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1991-02-19
|
280 b
|
14 lines
/*
* This stores one diskblock in our per-unit cache.
* A usage-count of -1 means, that the slot is free.
*/
struct cache_cb {
long ccb_usage;
ulong ccb_block_num;
ubyte ccb_buf[UNIT_SEC_SIZE];
};
/* that many cache control blocks per unit */
#define CCB_PER_UNIT 10